home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
C
/
LIB
/
DESKLIB
/
CORE
/
DeskLib
/
!DeskLib
/
OpenDirH
(
.txt
)
< prev
next >
Wrap
RISC OS BBC BASIC V Source
|
1995-04-17
|
705b
|
25 lines
Open a header directory in the topright screenposition
without blocking the iconbar
Erik de Kort (c) 1993
"OS_ReadModeVariable",-1,4
,,Xeig%
"OS_ReadModeVariable",-1,5
,,Yeig%
"OS_ReadModeVariable",-1,11
,,Xmax%
"OS_ReadModeVariable",-1,12
,,Ymax%
LToolSpriteWidth% = 40 :
Width/Height of ScrollBar toolsprites. You may
QToolSpriteHeight%= 40 :
need to change these if you have custom toolsprites
w% = 256
/x% = (Xmax%<<Xeig%) - w% - ToolSpriteWidth%
,y% = (Ymax%<<Yeig%) - ToolSpriteHeight%
h% = y% - 136
("Filer_OpenDir <Obey$Dir>.h_doc "+
x%+" "+
y%+" "+
w%+" "+
h%+" -SmallIcons -SortByName")